home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / mfcsim.exe / README.TXT < prev    next >
Text File  |  1993-10-11  |  2KB  |  67 lines

  1. The Symantec C++ MFC Sim Update provides users of Symantec C++ 6.0
  2. with the BlueSky MFC Sim code generation module for Visual Programmer.
  3.  
  4. After applying this update, you need to make changes to a few initialization
  5. files before using the MFC Sim Code generation.
  6.  
  7.  
  8. Listed below are the files and what needs to be modifed in each file.
  9. NOTE:  These are based on an installation of Symantec C++ to C:\SC.
  10.  
  11.  
  12. The first file that you need to modify is the file WIN.INI.  This file
  13. is located your Windows directory.
  14.  
  15. You must have the following section in your WIN.INI:
  16.  
  17. [Blue Sky SWC]
  18. VPRG=C:\SC\bin\vprg.ini
  19. EFM Setup File=C:\SC\bin\efm.ini
  20. Settings Directory=C:\SC\bin\settings
  21. WINSMFC=C:\SC\bin\winsmfc.ini
  22.  
  23.  
  24. The second file you must modify is the file VPRG.INI, which can be found
  25. in the BIN directory of you Symantec C++ Professional installation.
  26.  
  27. Your VPRG.INI must contain the following sections and statements in each 
  28. section.  In most cases, the sections already exist in your VPRG.INI,
  29. you must make sure to search for them and fill them in appropriately.
  30.  
  31. [Code Setup]
  32. AutoOpen=yes
  33. AutoFile=C:\SC\bin\welcome\welcome.wm5
  34.  
  35.  
  36. [Installed EFMs]
  37. User Defined Code=C:\SC\bin\efmuser.efm
  38.  
  39. [Installed Switch-it Modules]
  40. C++ Symantec MFC=C:\SC\bin\winsmfc.sim
  41.  
  42. [Switch-it Module Setup]
  43. Name=C++ Symantec MFC
  44.  
  45. [EFM Setup]
  46. Quick Add=User Code;User Code
  47.  
  48. [Environments not defined in DOS]
  49. Graphic=C:\SC\bin\graphic
  50.  
  51.  
  52.  
  53. After applying the patch, the following files maybe deleted from the
  54. root directory of your Symantec C++ Professional installation:
  55.  
  56. APP1.RTP
  57. MDI1.RTP
  58. TOOLBAR1.RTP
  59. BIN.RTP
  60. PATCH.EXE
  61. SIMNEW.EXE
  62. TOUR.RTP
  63.  
  64.  
  65.  
  66.  
  67.